From 292a8dff00ddd15a718df631ba413e5745d03798 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Jan 1994 22:27:52 +0000 Subject: [PATCH] (isearch-mode): If not slow, clear isearch-window-configuration. --- lisp/isearch.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index c157f51ecd2..8044ca0dcfe 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -4,7 +4,7 @@ ;; Author: Daniel LaLiberte -;; |$Date: 1993/12/25 00:50:10 $|$Revision: 1.58 $ +;; |$Date: 1994/01/02 17:43:16 $|$Revision: 1.59 $ ;; This file is part of GNU Emacs. @@ -503,8 +503,8 @@ is treated as a regexp. See \\[isearch-forward] for more info." isearch-old-local-map (current-local-map) search-ring-yank-pointer nil regexp-search-ring-yank-pointer nil) - (if isearch-slow-terminal-mode - (setq isearch-window-configuration (current-window-configuration))) + (setq isearch-window-configuration + (if isearch-slow-terminal-mode (current-window-configuration) nil)) ;; This was for Lucid Emacs. But now that we have pre-command-hook, ;; it causes trouble. -- 2.30.2